Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / ShowDates Method / ShowDates(DateTime[]) Method
The array of System.DateTime values.

In This Topic
    ShowDates(DateTime[]) Method
    In This Topic
    Shows specified dates in the scheduler choosing appropriate type of view.
    Syntax
    'Declaration
     
    Public Overloads Sub ShowDates( _
       ByVal dates() As System.Date _
    ) 
    public void ShowDates( 
       System.DateTime[] dates
    )

    Parameters

    dates
    The array of System.DateTime values.
    See Also